home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9908 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  822 b 

  1. Path: news.jhu.edu!news
  2. From: AFRIEND@JHUADIG.ADMIN.JHU.EDU
  3. Newsgroups: comp.lang.c
  4. Subject: VESA,DPMI,BORLAND 4.52 C++, AND INLINE ASSEMBLY
  5. Date: 12 Mar 1996 19:50:08 GMT
  6. Organization: HCF - Johns Hopkins University, Baltimore, Maryland, USA
  7. Message-ID: <4i4khg$lsg@news.jhu.edu>
  8. NNTP-Posting-Host: 128.220.180.0
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13.  
  14. Help. I am trying to issue VESA calls through the DPMI function 0300 
  15. using inline assembler. Particularly, I am issuing calls Getvesainfo and 
  16. Getmodeinfo both of which require passing an address for a buffer. The 
  17. problem is that the program is protected mode communicating through DPMI 
  18. with a real mode process.
  19.  Does anyone have some advice or code that does this?
  20.  
  21.